xend: Fix spurious store changes on rename/migrate
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 1 May 2007 09:18:11 +0000 (10:18 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 1 May 2007 09:18:11 +0000 (10:18 +0100)
commit47d265319bc1d8711c147c1e85d3cce699543d4c
tree46788d3d2b25702f363be7795f307595419a7610
parentbb4adad4e121150f2a17cf6b2fdbfc1cbee39f1c
xend: Fix spurious store changes on rename/migrate

_storeChanged() was incorrectly comparing a string to an sxpr, thus
always firing and causing unnecessary watches to be fired in the
domU.

Signed-off-by: John Levon <john.levon@sun.com>
tools/python/xen/xend/XendDomainInfo.py